/* 公共样式 */
html {display: block; width: 100%;}
body { text-align: left; margin: 0 auto; font-size: 14px; font-family: '微软雅黑', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; line-height: 18px; color: #333; }
input { font: 10px Arial, sans-serif; color: #333;border: none; outline: none; border-radius: 3px; }
img { border: none; }
p, ul, ol, li, form, dd, dl, dt { margin: 0; padding: 0; list-style: none; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, p, blockquote, th, td { margin: 0; padding: 0; }
a { color: #333; text-decoration: none; }
a:hover { color: #FF5A27; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { color: #020202; list-style: none; }
.fl {float:left;}
.fr {float:right;}
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.clear5 {
	clear: both;
	width: 100%;
    height: 5px;
    overflow: hidden;
}

.clear10 {
	clear: both;
	width: 100%;
    height: 10px;
    overflow: hidden;
}

.clear15 {
	clear: both;
	width: 100%;
    height: 15px;
    overflow: hidden;
}

.clear20 {
	clear: both;
	width: 100%;
    height: 20px;
    overflow: hidden;
}

input {
	border: none;
    outline: none;
    border-radius: 3px;
}

/* 头部 */
.header {
    width: 100%;
    z-index: 999;
	padding-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #eee;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.headermain {
	padding: 0 15px;
	margin: 0 auto;
	width: 1200px;
}

.language {
	float: right;
	margin-right: 20px;
}

.language span {
    margin: 0 5px;
    line-height: 20px;
}

.logo {
	width: 955px;
	height: 105px;
	position: relative;
	float: left;
	margin-top: 15px;
}

.logo img {
	float: left;
	display: block;
	position: relative;
}

.logotext {
	position: absolute;
	line-height: 20px;
	color: #555;
	font-size: 14px;
	left: 255px;
	top: 15px;
}

.logotextnmb {
	position: absolute;
	line-height: 20px;
	color: #555;
	font-size: 14px;
	left: 255px;
	top: 36px;
}

.phone {
	float: right;
	color: #FF5A27;
	font-size: 20px;
	width: 160px;
	background: url(/static/images/bg.png) 0 -787px no-repeat;
	margin-top: 15px;
	padding: 5px 0 0 75px;
}

.phone span {
	color: #000;
	width: 170px;
	line-height: 30px;
	display: block;
}

.phone b {
	width: 170px;
	display: block;
	line-height: 30px;
}

.nav {
	position: absolute;
    bottom: 0;
    left: 0px;
    list-style: none;
}

.nav ul {
	
}

.nav li.last {
	background:none;
}

.nav li a {
	text-decoration:none;
}

.nav li .submenu {
	display:none;
	position:absolute;
	top: 43px;
	left: 1px;
	background-color:rgb(255,255,255,0.9);
	margin:auto; 
	font-size: 14px; 
	width: 170px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.submenu_ul {
	width: 150px;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px dashed #DDD;
	border-bottom: 1px dashed #DDD;
}

.submenu_ul li {
	
}

.submenu span a {
	text-decoration:none;
	font-size: 14px;
	padding: 0;
	line-height: 40px;
}

.submenu span a:hover {
	color: #FF5A27; 
}

.nav li .submenu li span {

}

.nav li .submenu li span a {
	background: none;
	color: #666;
	border: 0;
}

.nav li .submenu li span a:hover {
	color: #FF5A27;
}

.submenu_img {
	float: left;
}

.drop-menu-effect, .current {
	float: left;
	position: relative; 
	list-style: none;
	margin: 0 5px;
}

.drop-menu-effect a {
	color: #555;
    font-size: 16px;
    padding: 0px 5px;
    display: inline-block;
    line-height: 35px;
	border-bottom: 2px solid #F6F6F6;
}

.drop-menu-effect a:hover {
	color: #FF5A27;
	border-bottom: 2px solid #FF5A27;
}

.current a {
	color: #fff;
	padding: 0px 5px;
	font-size: 16px;
	display: inline-block;
    background: #FF7427;
	line-height: 35px;
	border-radius: 4px;
}

.current a:hover {
	color: #fff;
}

/* 底部 */
footer {
	width: 100%;
	min-width: 1200px;
	height: 210px;
	background: #333;
	overflow: hidden;
}

footer li a {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
}

.subnav a {
	font-size: 14px;
	line-height: 25px;
}

.footer_m {
	width: 1200px;
	margin: 0 auto;
}

.footer_l {
	width: 610px;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}

.footer_l li {
	float: left;
}

.footer_l ul {
	margin-left: 35px;
	overflow: hidden;
	float: left;
}

.footer_l ul li {
	width: 140px;
	line-height: 25px;
}

.flogo {
	float: left;
	width: 120px;
	height: 80px;
}

.footer_r {
	width: 560px;
	float: left;
	margin-top: 20px;
	padding: 7px 0 0 30px;
	background: url(/static/images/bot_08.jpg) no-repeat;
}

.footer_rg {
	width: 400px;
	padding-left: 30px;
	float: left;
	color: #fff;
	background-position: 0 2px;
}

.footer_rg h3 {
	color: #fff;
	font-weight: normal;
	line-height: 30px;
}

.footer_rg p {
	line-height: 23px;
}

.footer_rg span {
	height: 30px;
	line-height: 28px;
	display: block;
	margin-top: 10px;
	padding-left: 20px;
	background: url(/static/images/bg.png) no-repeat 0 -436px;
}

.footer_rg span a {
	color: #fff;
	margin-left: 10px;
}

.wxerweima {
	width: 130px;
	overflow: hidden;
	float: left;
}

.wxerweima p {
	color: #C4C4C4;
	text-align: center;
	line-height: 26px;
}

/* 内页banner */

.i_banner {
	width: 100%;
}

.i_banner img {
	width: 100%;
}

/* 面包屑导航 */

.mbx {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	line-height: 45px;
	font-size: 14px;
	color: #555;
	border-bottom: 2px solid #FF5A27;
	padding-left: 10px;
	box-sizing: border-box;
}

.mbx_m {
	width: 100%;
	float: left;
	background: url(/static/images/bg.png) no-repeat 0 -152px;
	padding-left: 15px;
}

.mbx_m a {
	color: #555;
}

.mbx_m a:hover {
	color: #FF5A27;
}

.mbx_search {
	width: 280px;
    height: 30px;
    border-radius: 10px;
    border: 1px #FF5A27 solid;
	float: right;
	margin-right: 20px;
}

.search_btn {
    height: 22px;
    width: 22px;
    position: absolute;
    cursor: pointer;
    margin-top: 4px;
}

.search_inp {
    width: 240px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
    color: #888888;
    background: none;
}

/* 左侧产品分类导航栏 */
.pro_l_list {
	width: 90%;
	margin: 0 auto;
	padding-top: 8px;
}

.pro_l_list span {
	display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #FF5A27;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.pro_l_list a {
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}

.prol_nav {
	width: 210px;
	margin: 10px auto 0 auto;
	text-align: left;
}
.prol_nav .prol_list1 {
	line-height: 40px;
	border-bottom: solid 1px #e5e5e5; 
	padding-left: 10px;
	cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
	background: #fff;
	font-size: 14px;
}

.prol_list1 p a {
	line-height: 40px;
	color: #333;
    overflow: hidden;
	background: #fff;
	font-size: 14px;
}

.prol_list1 p a:hover{
	color: #FF5A27;
}

.prol_nav ul li a {
	padding-left: 10px;
	color: #666; 
	font-size: 13px; 
	display: block; 
	position: relative;
}

.prol_nav .cca a, .aboutl_nav .cca a {
	color: #FF5A27;
}

.prol_nav ul li a:hover {
	color: #FF5A27;
}
#open .prol_list1_icon {	
	background:url(/static/images/bg.png) no-repeat 0 -32px;
}
.prol_list1_icon {
	display: block;
	position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
	background:url(/static/images/bg.png) no-repeat 0 -98px;
} 

.prol_list2 {
	text-indent: 2em;

}

.prol_list3 {
	border-bottom: 1px dashed #e5e5e5;
	text-indent: 2em;
	line-height: 35px;
	
}

.solu_l_list {
	width: 90%;
    margin: 0 auto;
    padding-top: 8px;
}

.solu_l_list span {
	display: block;
	width: 100%;
	height: 40px;
    line-height: 40px;
    background: #FF5A27;
    text-align: center;
    font-size: 18px;
	color: #fff;
}

.solu_l_list span a {
	color: #fff;
}

.solul_nav, .aboutl_nav {
	width: 210px;
    margin: 10px auto 0 auto;
    text-align: left;
}

.solul_nav a {
	line-height: 30px;
	display: block;
    width: 210px;
	color: #333;
	font-size: 14px;
}

.solul_nav a:hover, .aboutl_nav a:hover {
	color: #FF5A27;
}

.solul_nav li {
	text-align: left;
    line-height: 30px;
    border-bottom: solid 1px #e5e5e5;
    padding-left: 20px;
    font-size: 14px;
    background:url(/static/images/bg.png) no-repeat 190px 7px;
}

.aboutl_nav li {
	text-align: left;
	line-height: 30px;
    border-bottom: solid 1px #e5e5e5;
	padding-left: 10px;
	font-size: 14px;
	background:url(/static/images/bg.png) no-repeat 190px 7px;
}

 .aboutl_nav a {
	line-height: 30px;
	display: block;
    width: 210px;
	color: #333;
 }

/* 上一篇、下一篇 */

.pre, .next {
	width: 45%;
	float: left;
	line-height: 35px;
	color: #444;
	margin-left: 20px;
}

.pre a, .next a {
	color: #444;
}

.pre a:hover, .next a:hover{
	color: #FF5A27;
}

/* 文章分页 */
.pagelist {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}

.pagelist ul {
	min-width: 35px;
	float: right;
}
.pagelist li {
	float: left;
	min-width: 20px;
	text-align: center;
	margin-left: 10px;
}
.pageinfo {
	line-height: 30px;
}

.pageinfo table {
	margin: 0 auto;
}

.pageinfo table td {
	width: 50px;
}

/* 搜索结果 */
.ssjg {
	font-size: 12px;
	color: #666;
}

.search_list_timg {
	width: 140px;
    height: 90px;
    float: left;
}

.search_list_tcon {
	width: 750px;
    float: left;
    margin-left: 15px;
}

/* 表格样式  */

.table_1{
	background: #f2f2f2;
}
.table_2{
	background: #f7f7f7;
}

.table_cpcs {
	font-size: 14px;
}

.table_cpcs td {
	border: 1px solid #f0f0f0;
}

/* qq客服 */
#floatDivBoxs{
	width: 135px;
	background: #fff;
	position: fixed;
	top: 150px;
	left: 0;
	z-index: 999;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#floatDivBoxs .floatDtt{
	width: 100%;
	height: 5px;
	background: #FF5A27;
	color: #fff;
	font-size: 18px;
	text-indent: 22px;
	position: relative;
}

#floatDivBoxs .floatDqq{
	padding: 0 10px;
}

#floatDivBoxs .floatDqq li{
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #e3e3e3; 
	padding: 0 0 0 50px;
}

#floatDivBoxs .floatDqq a {
	color: #333;
	font-size: 14px;
}

#floatDivBoxs .floatDtxt {
	font-size: 15px;
	margin-top: 10px;
	color: #555;
	text-align: center;
	line-height: 25px;
}

#floatDivBoxs .floatDtel {
	width: 100%;
	font-size: 16px;
	text-align: center;
	height: 30px;
	color: #FF5A27;
	font-weight: bold;
	line-height: 25px;
}

.floatShadow{ 
	background: #fff;
	box-shadow: -2px 0 3px rgba(0,0,0,0.25);
}

#rightArrow{
	width: 39px;
	height: 161px;
	cursor: pointer;
	background: url(../images/online_arrow.jpg) no-repeat;
	position: fixed;
	top: 150px;
	left: 135px;
	z-index: 999;
}

#rightArrow a{
	display:block;
	height:45px;
}

.erweima {
	text-align: center;
	padding: 10px 0 5px;
	background: #EBEBEB;
	color: #666;
}

.erweima img {
	margin-bottom: 5px;
}

/* 返回顶部 */
.go_top {
	float: right; 
	height: 45px;
    width: 45px;
	display: inline-block;
	position: fixed;
	z-index: 999; 
	cursor: pointer; 
	right: 60px; 
	bottom: 60px;
	vertical-align: top;
}

.go_top a {
	display: block;
    width: 46px;
    height: 46px;
	background: url(/static/images/bg_top.jpg) no-repeat;
}

.go_top a:hover {
	background: url(/static/images/bg_top1.jpg) no-repeat;
}

